
/* Start Override */
.main-top-nav .dropdown-menu,
.nav-dropdown .dropdown-menu{
   /* right:0;*/
    left: 0;
}
@media (max-width: 575px) {
    .profile-menu {
        /*left: 0 !important;
        right: initial !important;*/
    }
}
.inner-nav .navbar-toggle {
    margin-right: unset;
    margin-left: unset;
}
/* End Override */
body{
    direction: rtl;
    font-family: cairo;
}
.owl-custom-nav button{
    transform: rotate(180deg);
}
.home-tables .table-overview th:first-of-type,
.home-tables .table-overview td:first-of-type{
    border-radius: 0 15px 15px 0;
}
.home-tables .table-overview th:last-of-type,
.home-tables .table-overview td:last-of-type {
    border-radius: 15px 0 0 15px;
}
.form-check-input {
    margin-right: -1.25rem;
}
.login-p{
    text-align: right;
}
.inner-nav .nav-link::after{
    left: 0;
    right: unset;
}
.nav-dropdown .dropdown-menu{
    right: unset;
    left: 0;
}


.side-bar ul ul li{
    padding: 0 30px 0 5px;
    display: none;
}
.side-bar ul ul li a{
    position: relative;
    display: block;
    color: var(--main-font-color);
    font-size: 13px;
    font-weight: 500;
    padding:7px 10px 7px 20px;
}

.application-form .form-check {
    text-align: right;
    float: right !important;
    padding-left: initial;
    padding-right: 1.5em;
}
.application-form .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: initial;
}
